home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / towerblaster.swf / scripts / DefineButton2_299 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-12  |  83 b   |  6 lines

  1. on(release){
  2.    pick = 2;
  3.    tempValue = chanceB.rValue;
  4.    gotoAndStop(4);
  5. }
  6.